From: Fabrice Fontaine Date: Wed, 17 Sep 2025 06:46:56 +0000 (+0200) Subject: python-cryptography: fix PKG_CPE_ID X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=76ff404bc31cb4383af244f47523d5cd7069de25;p=feed%2Fpackages.git python-cryptography: fix PKG_CPE_ID cryptography_project:cryptography has been deprecated in favour of cryptography.io:cryptography: https://nvd.nist.gov/products/cpe/detail/2EBA50FC-F3F9-40D5-82BD-EFB67F761153 Signed-off-by: Fabrice Fontaine --- diff --git a/lang/python/python-cryptography/Makefile b/lang/python/python-cryptography/Makefile index c8b1950d2e..2c5037d8ab 100644 --- a/lang/python/python-cryptography/Makefile +++ b/lang/python/python-cryptography/Makefile @@ -17,7 +17,7 @@ PKG_HASH:=13f93ce9bea8016c253b34afc6bd6a75993e5c40672ed5405a9c832f0d4a00bc PKG_LICENSE:=Apache-2.0 BSD-3-Clause PKG_LICENSE_FILES:=LICENSE.APACHE LICENSE.BSD PKG_MAINTAINER:=Jeffery To -PKG_CPE_ID:=cpe:/a:cryptography_project:cryptography +PKG_CPE_ID:=cpe:/a:cryptography.io:cryptography PKG_BUILD_DEPENDS:=libffi/host python-cffi/host python-setuptools-rust/host